1 namespace QuanLyNhanSu
2 {
3     
partial class frmchonbcluong
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmchonbcluong));
32             
this.radTabStrip1 = new Telerik.WinControls.UI.RadTabStrip();
33             
this.tabItem1 = new Telerik.WinControls.UI.TabItem();
34             
this.panel2 = new System.Windows.Forms.Panel();
35             
this.cbophong = new System.Windows.Forms.ComboBox();
36             
this.cboto = new System.Windows.Forms.ComboBox();
37             
this.label5 = new System.Windows.Forms.Label();
38             
this.label6 = new System.Windows.Forms.Label();
39             
this.cbonambc = new System.Windows.Forms.ComboBox();
40             
this.cbothangbc = new System.Windows.Forms.ComboBox();
41             
this.label7 = new System.Windows.Forms.Label();
42             
this.label8 = new System.Windows.Forms.Label();
43             
this.cmdin = new System.Windows.Forms.Button();
44             
this.tabItem2 = new Telerik.WinControls.UI.TabItem();
45             
this.panel1 = new System.Windows.Forms.Panel();
46             
this.cbonambh = new System.Windows.Forms.ComboBox();
47             
this.cbothangbh = new System.Windows.Forms.ComboBox();
48             
this.label2 = new System.Windows.Forms.Label();
49             
this.label1 = new System.Windows.Forms.Label();
50             
this.cmdinbh = new System.Windows.Forms.Button();
51             
this.label3 = new System.Windows.Forms.Label();
52             
this.label4 = new System.Windows.Forms.Label();
53             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
54             ((System.ComponentModel.ISupportInitialize)(
this.radTabStrip1)).BeginInit();
55             
this.radTabStrip1.SuspendLayout();
56             
this.tabItem1.ContentPanel.SuspendLayout();
57             
this.panel2.SuspendLayout();
58             
this.tabItem2.ContentPanel.SuspendLayout();
59             
this.panel1.SuspendLayout();
60             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
61             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
62             
this.SuspendLayout();
63             
//
64             
// radTabStrip1
65             
//
66             
this.radTabStrip1.AutoScrollMargin = new System.Drawing.Size(0, 0);
67             
this.radTabStrip1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
68             
this.radTabStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(254)))));
69             
this.radTabStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
70             
this.tabItem1,
71             
this.tabItem2});
72             
this.radTabStrip1.Location = new System.Drawing.Point(9, 67);
73             
this.radTabStrip1.Name = "radTabStrip1";
74             
this.radTabStrip1.ScrollOffsetStep = 5;
75             
this.radTabStrip1.Size = new System.Drawing.Size(264, 177);
76             
this.radTabStrip1.TabIndex = 0;
77             
this.radTabStrip1.TabScrollButtonsPosition = Telerik.WinControls.UI.TabScrollButtonsPosition.RightBottom;
78             
this.radTabStrip1.Text = "radTabStrip1";
79             
//
80             
// tabItem1
81             
//
82             
this.tabItem1.Alignment = System.Drawing.ContentAlignment.BottomLeft;
83             
this.tabItem1.CanFocus = true;
84             
this.tabItem1.Class = "TabItem";
85             
//
86             
// tabItem1.ContentPanel
87             
//
88             
this.tabItem1.ContentPanel.BackColor = System.Drawing.Color.Transparent;
89             
this.tabItem1.ContentPanel.CausesValidation = true;
90             
this.tabItem1.ContentPanel.Controls.Add(this.panel2);
91             
this.tabItem1.IsSelected = true;
92             
this.tabItem1.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
93             
this.tabItem1.Name = "tabItem1";
94             
this.tabItem1.StretchHorizontally = false;
95             
this.tabItem1.Text = "Bảng lương";
96             
//
97             
// panel2
98             
//
99             
this.panel2.BackColor = System.Drawing.Color.AliceBlue;
100             
this.panel2.Controls.Add(this.cbophong);
101             
this.panel2.Controls.Add(this.cboto);
102             
this.panel2.Controls.Add(this.label5);
103             
this.panel2.Controls.Add(this.label6);
104             
this.panel2.Controls.Add(this.cbonambc);
105             
this.panel2.Controls.Add(this.cbothangbc);
106             
this.panel2.Controls.Add(this.label7);
107             
this.panel2.Controls.Add(this.label8);
108             
this.panel2.Controls.Add(this.cmdin);
109             
this.panel2.Location = new System.Drawing.Point(11, 10);
110             
this.panel2.Name = "panel2";
111             
this.panel2.Size = new System.Drawing.Size(238, 130);
112             
this.panel2.TabIndex = 6;
113             
//
114             
// cbophong
115             
//
116             
this.cbophong.BackColor = System.Drawing.SystemColors.ControlLightLight;
117             
this.cbophong.FormattingEnabled = true;
118             
this.cbophong.Location = new System.Drawing.Point(67, 36);
119             
this.cbophong.Name = "cbophong";
120             
this.cbophong.Size = new System.Drawing.Size(158, 21);
121             
this.cbophong.TabIndex = 35;
122             
this.cbophong.SelectionChangeCommitted += new System.EventHandler(this.cbophong_SelectedIndexChanged);
123             
//
124             
// cboto
125             
//
126             
this.cboto.BackColor = System.Drawing.SystemColors.ControlLightLight;
127             
this.cboto.FormattingEnabled = true;
128             
this.cboto.Location = new System.Drawing.Point(67, 64);
129             
this.cboto.Name = "cboto";
130             
this.cboto.Size = new System.Drawing.Size(158, 21);
131             
this.cboto.TabIndex = 36;
132             
//
133             
// label5
134             
//
135             
this.label5.AutoSize = true;
136             
this.label5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
137             
this.label5.Location = new System.Drawing.Point(13, 67);
138             
this.label5.Name = "label5";
139             
this.label5.Size = new System.Drawing.Size(28, 15);
140             
this.label5.TabIndex = 34;
141             
this.label5.Text = "Tổ :";
142             
//
143             
// label6
144             
//
145             
this.label6.AutoSize = true;
146             
this.label6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
147             
this.label6.Location = new System.Drawing.Point(13, 39);
148             
this.label6.Name = "label6";
149             
this.label6.Size = new System.Drawing.Size(49, 15);
150             
this.label6.TabIndex = 33;
151             
this.label6.Text = "Phòng :";
152             
//
153             
// cbonambc
154             
//
155             
this.cbonambc.BackColor = System.Drawing.SystemColors.ControlLightLight;
156             
this.cbonambc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
157             
this.cbonambc.FormattingEnabled = true;
158             
this.cbonambc.Location = new System.Drawing.Point(168, 8);
159             
this.cbonambc.Name = "cbonambc";
160             
this.cbonambc.Size = new System.Drawing.Size(57, 21);
161             
this.cbonambc.TabIndex = 32;
162             
//
163             
// cbothangbc
164             
//
165             
this.cbothangbc.BackColor = System.Drawing.SystemColors.ControlLightLight;
166             
this.cbothangbc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
167             
this.cbothangbc.FormattingEnabled = true;
168             
this.cbothangbc.Location = new System.Drawing.Point(67, 8);
169             
this.cbothangbc.Name = "cbothangbc";
170             
this.cbothangbc.Size = new System.Drawing.Size(44, 21);
171             
this.cbothangbc.TabIndex = 31;
172             
//
173             
// label7
174             
//
175             
this.label7.AutoSize = true;
176             
this.label7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.label7.Location = new System.Drawing.Point(123, 11);
178             
this.label7.Name = "label7";
179             
this.label7.Size = new System.Drawing.Size(39, 15);
180             
this.label7.TabIndex = 10;
181             
this.label7.Text = "Năm :";
182             
//
183             
// label8
184             
//
185             
this.label8.AutoSize = true;
186             
this.label8.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
187             
this.label8.Location = new System.Drawing.Point(13, 11);
188             
this.label8.Name = "label8";
189             
this.label8.Size = new System.Drawing.Size(49, 15);
190             
this.label8.TabIndex = 6;
191             
this.label8.Text = "Tháng :";
192             
//
193             
// cmdin
194             
//
195             
this.cmdin.BackColor = System.Drawing.SystemColors.ControlLightLight;
196             
this.cmdin.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197             
this.cmdin.Image = ((System.Drawing.Image)(resources.GetObject("cmdin.Image")));
198             
this.cmdin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
199             
this.cmdin.Location = new System.Drawing.Point(73, 92);
200             
this.cmdin.Name = "cmdin";
201             
this.cmdin.Size = new System.Drawing.Size(93, 30);
202             
this.cmdin.TabIndex = 8;
203             
this.cmdin.Tag = "";
204             
this.cmdin.Text = "In";
205             
this.cmdin.UseVisualStyleBackColor = false;
206             
this.cmdin.Click += new System.EventHandler(this.cmdin_Click);
207             
//
208             
// tabItem2
209             
//
210             
this.tabItem2.Alignment = System.Drawing.ContentAlignment.BottomLeft;
211             
this.tabItem2.CanFocus = true;
212             
this.tabItem2.Class = "TabItem";
213             
//
214             
// tabItem2.ContentPanel
215             
//
216             
this.tabItem2.ContentPanel.BackColor = System.Drawing.Color.Transparent;
217             
this.tabItem2.ContentPanel.CausesValidation = true;
218             
this.tabItem2.ContentPanel.Controls.Add(this.panel1);
219             
this.tabItem2.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
220             
this.tabItem2.Name = "tabItem2";
221             
this.tabItem2.StretchHorizontally = false;
222             
this.tabItem2.Text = "Bảo hiểm";
223             
//
224             
// panel1
225             
//
226             
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
227             
this.panel1.Controls.Add(this.cbonambh);
228             
this.panel1.Controls.Add(this.cbothangbh);
229             
this.panel1.Controls.Add(this.label2);
230             
this.panel1.Controls.Add(this.label1);
231             
this.panel1.Controls.Add(this.cmdinbh);
232             
this.panel1.Location = new System.Drawing.Point(12, 12);
233             
this.panel1.Name = "panel1";
234             
this.panel1.Size = new System.Drawing.Size(238, 130);
235             
this.panel1.TabIndex = 4;
236             
//
237             
// cbonambh
238             
//
239             
this.cbonambh.BackColor = System.Drawing.SystemColors.ControlLightLight;
240             
this.cbonambh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
241             
this.cbonambh.FormattingEnabled = true;
242             
this.cbonambh.Location = new System.Drawing.Point(167, 26);
243             
this.cbonambh.Name = "cbonambh";
244             
this.cbonambh.Size = new System.Drawing.Size(57, 21);
245             
this.cbonambh.TabIndex = 32;
246             
//
247             
// cbothangbh
248             
//
249             
this.cbothangbh.BackColor = System.Drawing.SystemColors.ControlLightLight;
250             
this.cbothangbh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
251             
this.cbothangbh.FormattingEnabled = true;
252             
this.cbothangbh.Location = new System.Drawing.Point(65, 26);
253             
this.cbothangbh.Name = "cbothangbh";
254             
this.cbothangbh.Size = new System.Drawing.Size(46, 21);
255             
this.cbothangbh.TabIndex = 31;
256             
//
257             
// label2
258             
//
259             
this.label2.AutoSize = true;
260             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
261             
this.label2.Location = new System.Drawing.Point(122, 29);
262             
this.label2.Name = "label2";
263             
this.label2.Size = new System.Drawing.Size(39, 15);
264             
this.label2.TabIndex = 10;
265             
this.label2.Text = "Năm :";
266             
//
267             
// label1
268             
//
269             
this.label1.AutoSize = true;
270             
this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
271             
this.label1.Location = new System.Drawing.Point(15, 29);
272             
this.label1.Name = "label1";
273             
this.label1.Size = new System.Drawing.Size(49, 15);
274             
this.label1.TabIndex = 6;
275             
this.label1.Text = "Tháng :";
276             
//
277             
// cmdinbh
278             
//
279             
this.cmdinbh.BackColor = System.Drawing.SystemColors.ControlLightLight;
280             
this.cmdinbh.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
281             
this.cmdinbh.Image = ((System.Drawing.Image)(resources.GetObject("cmdinbh.Image")));
282             
this.cmdinbh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
283             
this.cmdinbh.Location = new System.Drawing.Point(79, 75);
284             
this.cmdinbh.Name = "cmdinbh";
285             
this.cmdinbh.Size = new System.Drawing.Size(93, 30);
286             
this.cmdinbh.TabIndex = 8;
287             
this.cmdinbh.Tag = "";
288             
this.cmdinbh.Text = "In";
289             
this.cmdinbh.UseVisualStyleBackColor = false;
290             
this.cmdinbh.Click += new System.EventHandler(this.cmdinbh_Click);
291             
//
292             
// label3
293             
//
294             
this.label3.AutoSize = true;
295             
this.label3.BackColor = System.Drawing.Color.Transparent;
296             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
297             
this.label3.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
298             
this.label3.Location = new System.Drawing.Point(92, 9);
299             
this.label3.Name = "label3";
300             
this.label3.Size = new System.Drawing.Size(107, 25);
301             
this.label3.TabIndex = 2;
302             
this.label3.Text = "BÁO CÁO";
303             
//
304             
// label4
305             
//
306             
this.label4.AutoSize = true;
307             
this.label4.BackColor = System.Drawing.Color.Transparent;
308             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
309             
this.label4.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
310             
this.label4.Location = new System.Drawing.Point(93, 34);
311             
this.label4.Name = "label4";
312             
this.label4.Size = new System.Drawing.Size(184, 24);
313             
this.label4.TabIndex = 3;
314             
this.label4.Text = "LƯƠNG - BẢO HIỂM";
315             
//
316             
// pictureBox1
317             
//
318             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
319             
this.pictureBox1.Image = global::QuanLyNhanSu.Properties.Resources.avedesk;
320             
this.pictureBox1.Location = new System.Drawing.Point(9, 2);
321             
this.pictureBox1.Name = "pictureBox1";
322             
this.pictureBox1.Size = new System.Drawing.Size(77, 59);
323             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
324             
this.pictureBox1.TabIndex = 1;
325             
this.pictureBox1.TabStop = false;
326             
//
327             
// frmchonbcluong
328             
//
329             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
330             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
331             
this.ClientSize = new System.Drawing.Size(284, 249);
332             
this.Controls.Add(this.label4);
333             
this.Controls.Add(this.label3);
334             
this.Controls.Add(this.pictureBox1);
335             
this.Controls.Add(this.radTabStrip1);
336             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
337             
this.MaximizeBox = false;
338             
this.MinimizeBox = false;
339             
this.Name = "frmchonbcluong";
340             
this.Text = "Chọn báo cáo lương";
341             
this.Load += new System.EventHandler(this.frmchonbcluong_Load);
342             ((System.ComponentModel.ISupportInitialize)(
this.radTabStrip1)).EndInit();
343             
this.radTabStrip1.ResumeLayout(false);
344             
this.tabItem1.ContentPanel.ResumeLayout(false);
345             
this.panel2.ResumeLayout(false);
346             
this.panel2.PerformLayout();
347             
this.tabItem2.ContentPanel.ResumeLayout(false);
348             
this.panel1.ResumeLayout(false);
349             
this.panel1.PerformLayout();
350             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
351             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
352             
this.ResumeLayout(false);
353             
this.PerformLayout();
354
355         }
356
357         
#endregion
358
359         
private Telerik.WinControls.UI.RadTabStrip radTabStrip1;
360         
private Telerik.WinControls.UI.TabItem tabItem1;
361         
private System.Windows.Forms.Panel panel2;
362         
private System.Windows.Forms.ComboBox cboto;
363         
private System.Windows.Forms.ComboBox cbophong;
364         
private System.Windows.Forms.Label label5;
365         
private System.Windows.Forms.Label label6;
366         
private System.Windows.Forms.ComboBox cbonambc;
367         
private System.Windows.Forms.ComboBox cbothangbc;
368         
private System.Windows.Forms.Label label7;
369         
private System.Windows.Forms.Label label8;
370         
private System.Windows.Forms.Button cmdin;
371         
private Telerik.WinControls.UI.TabItem tabItem2;
372         
private System.Windows.Forms.Panel panel1;
373         
private System.Windows.Forms.ComboBox cbonambh;
374         
private System.Windows.Forms.ComboBox cbothangbh;
375         
private System.Windows.Forms.Label label2;
376         
private System.Windows.Forms.Label label1;
377         
private System.Windows.Forms.Button cmdinbh;
378         
private System.Windows.Forms.PictureBox pictureBox1;
379         
private System.Windows.Forms.Label label3;
380         
private System.Windows.Forms.Label label4;
381
382     }
383 }



Quản lý nhân sự công ty bằng c# _ full source code 60.450 lượt xem

Gõ tìm kiếm nhanh...